home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / VideoToolbox 96.06.15 / (Utilities) / Quick3 / sample.data < prev    next >
Text File  |  1994-06-15  |  1KB  |  44 lines

  1. #This is a sample file. 
  2. #This is a comment line, because it begins with a "#".
  3. #Lines that don't begin with a "#" are data lines.
  4. #Each data line has three numbers: contrast, numberOfTrials, numberCorrect
  5. #Contiguous data lines are analyzed together, as a "condition".
  6. #Contrasts can be in random order. Multiple lines with the same contrast
  7. #will be merged, adding up all the trials at that contrast.
  8. #You can be lazy and save each trial's outcome on its own line;
  9. #Quick3 will sort it all out.
  10. #There can be many conditions in a file, provided they are separated by
  11. #at least one comment line.
  12. #The last comment line before a condition is the name of the
  13. #condition.
  14. #
  15. #The first condition is called "monocular" and contains 60 trials at 6 contrasts.
  16. #monocular
  17. 0.1 10 4
  18. 0.2 10 5
  19. 0.3 10 7
  20. 0.4 10 6 Anything after the specified data is ignored.
  21. 0.5 10 8
  22. 0.6 10 10
  23. # The second condition is called "binocular".
  24. #binocular
  25.  0.056     100    53
  26.  0.064     100    53
  27.  0.073     100    65
  28.  0.083     100    77
  29.  0.094     100    81
  30.  0.107     100    84
  31.  0.121     100    96
  32.  0.138     100    99
  33.  0.156     100   100
  34.  0.178     100   100
  35.  0.01 0 0    Zero trials at a contrast do not affect the analysis, but
  36.  0.02 0 0    requests that the fitted function be tabulated at this contrast.
  37.  0.04 0 0
  38.  0.08 0 0
  39.  0.16 0 0
  40.  0.32 0 0
  41.  0.64 0 0
  42. 0.999 0 0
  43. #all done
  44.